Don't unconditionally unref potentially NULL objects
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Jan 2013 22:06:42 +0000 (17:06 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Jan 2013 22:06:42 +0000 (17:06 -0500)
commita97a5d30492f793a082269e1ad12cb6d31766aa8
tree4237ac59a146342c20e7c92a8a730d76d523afd5
parent0523b2f7192b18702d59ff88e0c957921ad43248
Don't unconditionally unref potentially NULL objects

We already have != NULL checks here, so fold the unrefs inside.
gtk/gtkplacessidebar.c